-
Notifications
You must be signed in to change notification settings - Fork 973
Show top panel in fullscreen on mouse over #4193
Conversation
Currently when you are in fullscreen mode (F11) There is no way to see all opened tabs or to type new address in the url bar. They only way to do it is to switch off fullscreen and type new address/go to other tab and then switch back to fullscreen. This PR makes the top bar behave like the top bar in Chrome and FF. When you hover with the mouse at the top of the page while in fullscreen it will appear. Same will happen if you focus the URL bar while in fullscreen mode (CTRL + L). Auditors: @bbondy Test Plan: 1. Go in fullscreen (F11) 2. Hover whit mouse the top of the page 3. Focus the url bar (CTRL + L)
++ thanks |
This works intermittently on Windows 10. Doesn't show the top bar every time mouse hover to the top of the screen. |
I am getting the Minimize and Close buttons in a frame while navigating to the top of the screen in full-screen mode |
@srirambv The area which toggles the bar is exactly the 1px top border, so unless your mouse is exactly at the top of the browser it won't show. Let me know if you think this is wrong and this area have to be expanded? @aekeus Unfortunately I don't have windows machine. Maybe @bsclifton can take a look, since he tweaked the windows caption buttons? :) |
Taking a look now... |
@Sh1d0w @aekeus @srirambv If you turn off the "Hide the menu bar by default" preference, as expected you'll always see the menu. I'm guessing that going fullscreen doesn't look correct with menu shown. If you have menu hidden and push Ctrl + L, the URL bar pops back up (which includes the menus). I don't see the caption buttons though? edit: for sure, moving the mouse to the top never opens the URL bar- I have to use ctrl+L |
@bsclifton Actually it works just fine under Linux. I guess it is because of the windows caption buttons modification. While in fullscreen I just show/hide the whole top panel (url bar, bookmarks etc). Since now the caption buttons and menus are part of that top panel they will also show. Maybe we can add CSS while the container have @aekeus Can you please provide screencast of the problem you experience, so we can understand what actually it is? And also explain what the correct behaviour should be, so I can tweak it? Thanks. |
@Sh1d0w can you share a pic of what it looks like for you? (fullscreen w/ URL bar shown). I think that'll help clear things up 😄 |
@bsclifton Sure. Here is a video: http://webm.land/media/jWyx.webm Electron is correctly hiding the caption buttons in fullscreen. |
@Sh1d0w this is what is happening on Windows machine. I do not see the window buttons when top bar is shown. |
The effect is same on 100% magnification and at 150% magnification is a little better. Top bar is visible more when at 150% than 125% or 100% magnification |
Reverted here: It can be re-added once we have a fix for Windows. Sorry about this but this is holding up RC3 from releasing and we need it out today so it is the best option. |
Currently when you are in fullscreen mode (F11)
There is no way to see all opened tabs or to type new address
in the url bar. The only way to do it is to switch off fullscreen
and type new address/go to other tab and then switch back to
fullscreen.
This PR makes the top bar behave like the top bar in Chrome and FF.
When you hover with the mouse at the top of the page while in fullscreen
it will appear. Same will happen if you focus the URL bar while in
fullscreen mode (CTRL + L).
Auditors:
@bbondy
Test Plan: